About

Overview

The CRAN search project is to perform package search available in the Comprehensive R Archive Network (CRAN) repository for programming language R. The collected data is obtained by the tools::CRAN_package_db() and selected only a few columns to perform the search of the theme of interest.

In the following table, you can check a brief structure of the data frame collected from the packages available in CRAN as number of rows and the frequency of words greater than 3 characters for the title, description, and license columns. An in-depth investigation of the data is at the discretion of the reader.

update structure information
2022-09-07 column update, package, version, license, title, description, date, depends, import, url
2022-09-07 n_column 10
2022-09-07 n_row 18608
2022-09-07 NA TRUE
2022-09-07 title frequency: (1) data 2988 (47.84%), (2) analysis 1913 (30.63%), (3) with 1345 (21.53%)
2022-09-07 description frequency: (1) data 11795 (42.28%), (2) with 8132 (29.15%), (3) package 7968 (28.56%)
2022-09-07 license frequency: (1) license 4642 (49.74%), (2) file 4274 (45.79%), (3) lgpl 417 (4.47%)

Author

Author
name url
author Bruno Faria
website https://brunofariadf.github.io/
github https://github.com/brunofariadf/
Project
name url
main cran-search
review News
license MIT